Bird

Undocumented in source.

Constructors

this
this(MainGameObject root, float[3] coords, float rx, Dizzy hero, ulong delay)
Undocumented in source.

Members

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
fall
void fall()
Undocumented in source. Be warned that the author may not have intended to support it.
fly_anim
bool fly_anim(GlobalState gs, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
hide
void hide()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
start_fly
void start_fly()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

A
enum A;
Undocumented in source.
G
enum G;
Undocumented in source.
MAX_V
enum MAX_V;
Undocumented in source.
SPEED
enum SPEED;
Undocumented in source.

Static variables

num
int num;
Undocumented in source.
rope_texture
GLuint rope_texture;
Undocumented in source.

Variables

def_x
float def_x;
def_y
float def_y;
def_z
float def_z;
Undocumented in source.
delay
ulong delay;
Undocumented in source.
dx
float dx;
dy
float dy;
Undocumented in source.
flame_coords
float[7][3] flame_coords;
Undocumented in source.
fly
int fly;
Undocumented in source.
hidden
int hidden;
Undocumented in source.
number
int number;
Undocumented in source.
rx
float rx;
Undocumented in source.
search_surface
bool search_surface;
Undocumented in source.
the_hero
Dizzy the_hero;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta